home *** CD-ROM | disk | FTP | other *** search
- Path: news.magg.net!news
- From: n4mwd@magg.net (Dennis Hawkins)
- Newsgroups: comp.lang.c
- Subject: Re: String Encryption
- Date: Thu, 22 Feb 1996 07:37:57 GMT
- Organization: M.A.G. Information Services (MAGG.NET)
- Message-ID: <4gh331$26s@dopey.magg.net>
- References: <1996Feb21.101532.15110@es.dupont.com>
- NNTP-Posting-Host: wpb-108.magg.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- Malcolm Smart <MALCOLM.SMART@CONOCO.DUPONT.COM> wrote:
-
- >Hi
-
- >Has anybody out there got any small routines that I can apply to strings
- >which will effectively encrypt them (and decrypt!). It's not a matter of
- >state security so it doesn't have to be that secure, just make it
- >unreadable. I've tried XORing but that throws back control characters
- >which, for some reason, the client doesn't want. He wants alphanumeric
- >characters only in the encrypted file.
-
- Why not convert the XOR'ed string into HEX representations or other
- alphanumeric representation?
-
-
-
- Dennis Hawkins
- n4mwd@amsat.org
-
-